C1.DataCollection Assembly / C1.DataCollection Namespace / C1DataCollection<T> Class / AsPlain Method

In This Topic
AsPlain Method
In This Topic
Returns a IDataCollection<T> whose group items are inline with the data items. Otherwise the collection return the first level of groups and its items must be get from each of the group items.
Syntax
'Declaration
 
Public Function AsPlain() As IDataCollection(Of Object)
 
See Also